home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / DefineButton2_281 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-06-06  |  666b  |  25 lines

  1. on(release){
  2.    x = getProperty(_root.mc_flagi.mc_flaga4, _X);
  3.    y = getProperty(_root.mc_flagi.mc_flaga4, _Y);
  4.    stopDrag();
  5.    if(_root.losowanie == 4)
  6.    {
  7.       if(20 < x && y < -210 && x < 120 && -310 < y)
  8.       {
  9.          setProperty(_root.mc_flagi.mc_flaga4, _X, 70);
  10.          setProperty(_root.mc_flagi.mc_flaga4, _Y, -260);
  11.          _root.f4 = 4;
  12.       }
  13.       else
  14.       {
  15.          setProperty(_root.mc_flagi.mc_flaga4, _X, -118);
  16.          setProperty(_root.mc_flagi.mc_flaga4, _Y, 243);
  17.       }
  18.    }
  19.    else
  20.    {
  21.       setProperty(_root.mc_flagi.mc_flaga4, _X, -118);
  22.       setProperty(_root.mc_flagi.mc_flaga4, _Y, 243);
  23.    }
  24. }
  25.